home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / nfs / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  740 b   |  23 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Filesystem Configuration</H1>
  6. <P>
  7. <b>Mount:</b> Use these pages to configure hard disks and other secondary
  8. storage media to be mounted at system startup.  These may
  9. include remote filesystems using the NFS (Network File
  10. System) protocol.  
  11. </P>
  12. <P>
  13. <b>Export:</b> Subdirectories of the UNIX filesystem may be tagged for
  14. export so that other machines on the network can mount them as part of
  15. their filesystem (part of the NFS protocol.)
  16. </P>
  17. <P>Use these forms to configure the mounting and export of filesystems:</P>
  18. <UL>
  19. <LI><A HREF="index.nfs1.shtml" TARGET="left">Export Filesystems</A>
  20. <LI><A HREF="index.nfs2.shtml" TARGET="left">Mount Filesystems</A>
  21. </UL>
  22. EndOfFile
  23.